Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportIndexing<T> Interface
Members

In This Topic
    ISupportIndexing<T> Interface
    In This Topic
    Specifies a calling contract for collections that support getting the index of an item.
    Syntax
    'Declaration
     
    
    Public Interface ISupportIndexing(Of T) 
    public interface ISupportIndexing<T> 
    Type Parameters
    T
    See Also